Int32MINumericInt32MLogicalExclusiveOr Method

Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics.Clamped
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32M INumeric<Int32M>.LogicalExclusiveOr(
	Int32M value
)

Parameters

value  Int32M
The value with which to compute the logical exclusive OR.

Return Value

Int32M
The bitwise logical exclusive OR of the current value and value.

Implements

INumericTSelfLogicalExclusiveOr(TSelf)

See Also